home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / tpcvbr.zip / TPCVBROW.DOC < prev    next >
Text File  |  1990-03-14  |  3KB  |  84 lines

  1.               COPYRIGHT (C) 1989, STEVE STAMM TPC Technologies
  2.              ALL RIGHTS RESERVED - FOR INFO CALL (615) 984-9029
  3.  
  4. DISCLAIMER
  5. ----------
  6. I have done everything that I know of to make all TPC utilities safe and
  7. friendly. However, I make no warrenty of any kind.  If you use this product
  8. you do so at your own risk.  I will not be held responsable for any loss or
  9. damage resulting from its use.  By using this product you are agreeing to
  10. these terms.
  11.  
  12. DOCUMENTATION
  13. -------------
  14. When using this utility simply "TYPE" the bin file to the screen to see a
  15. short tutorial on how to use it.
  16.  
  17. PURPOSE
  18. -------
  19. This "COM" file allows the user to display text in windows from DOS or
  20. from any language which allows external programs to be run.  The most
  21. useful thing about this utility is that the programmer may pass
  22. parameters controling its position on the screen.
  23.  
  24. SYNTAX
  25. ------
  26.  
  27.         TPCVBROW [\ROW,COL,#ROWS,#COLS,ATTRIBUTE,]FILENAME.EXT
  28.  
  29.         EXAMPLE:
  30.         --------
  31.         * Draw the window in dBASE or whatever language you are using...
  32.            set color to gr+/gr
  33.            @ 5 ,5 say '┌──────────────────────────────────┐'
  34.            @ 6 ,5 say '│        Scrolling Text Demo       │'
  35.            @ 7 ,5 say '├──────────────────────────────────┤'
  36.            @ 8 ,5 say '│                                  │'
  37.            @ 9 ,5 say '│                                  │'
  38.            @ 10,5 say '│                                  │'
  39.            @ 11,5 say '│                                  │'
  40.            @ 12,5 say '│                                  │'
  41.            @ 13,5 say '│                                  │'
  42.            @ 14,5 say '│                                  │'
  43.            @ 15,5 say '│                                  │'
  44.            @ 16,5 say '└──────────────────────────────────┘'
  45.         * Call tpcvbrow.com to do the text browsing
  46.            ! tpcvbrow \8,6,8,34,110,tpcvbrow.txt
  47.  
  48. EXPLINATION
  49. -----------
  50. The following is an explanation of the param list passed to TPCVBROW.COM:
  51.  
  52.      (1) ROW........... THE SCREEN ROW TO BEGIN PRINTING
  53.      (2) COL........... THE SCREEN COL TO BEGIN PRINTING
  54.      (3) #ROWS......... THE TOTAL NUMBER OF ROWS
  55.      (3) #COLS......... THE TOTAL NUMBER OF COLS
  56.      (3) ATTRIBUTE..... THE SCREEN ATTRIBUTE
  57.  
  58. NOTE
  59. ----
  60. The switches ROW, COL etc... are optional,.  However, if any of the
  61. switches are specified all of them must be passed.
  62.  
  63. REGISTRATION
  64. ------------
  65. This utility is marketed using the SHAREWARE marketing concept.
  66. The idea is simple.  If you use it pay for it.
  67.  
  68. The fee for registering TPCVBROW.COM is $25
  69. For registration of all TPC utilities the fee is $50
  70.  
  71. For a list of all the TPC utilities send a Self Addressed Stamped
  72. Envelope.
  73.  
  74. Send all enquiries and regestration fees to:
  75.  
  76. Steve Stamm
  77. TPC Technologies
  78. P.O. 9634
  79. Knoxville, Tenn. 37940
  80.  
  81. Thanks for your support!
  82.  
  83. Steve Stamm
  84.